GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / NewTag Method





In This Topic
NewTag Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(355)>
Function NewTag( _
   ByVal ParentTagID As Integer, _
   ByVal StructType As String _
) As Integer
[DispId(355)]
int NewTag( 
   int ParentTagID,
   string StructType
)
function NewTag( 
    ParentTagID: Integer;
    StructType: String
): Integer; 
DispIdAttribute(355)
function NewTag( 
   ParentTagID : int,
   StructType : String
) : int;
[DispId(355)]
int NewTag( 
   int ParentTagID,
   string* StructType
) 
[DispId(355)]
int NewTag( 
   int ParentTagID,
   String^ StructType
) 

Parameters

ParentTagID
StructType
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members